home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / onboard / scripts / sokSettings.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2009-10-28  |  516b  |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import os
  5.  
  6. def run():
  7.     pid = os.fork()
  8.     if not pid:
  9.         os.execvp('python', ('python', '-cfrom Onboard.settings import Settings\ns = Settings(False)'))
  10.     
  11.  
  12.